This commit is contained in:
nsde 2023-08-29 00:29:27 +02:00
commit 9dd92a80a3

View file

@ -52,6 +52,9 @@ Then, follow the instructions carefully.
Fore more information: https://nova-oss.com/novacord
"""
if how_can_i == 'see my available credits':
text = """Open up the **`#commands`** channel and run **`/credits`**."""
if how_can_i == 'fix ModuleNotFoundErrors':
text = """You can install Python packages using the terminal command `pip`.
Here's an example: `pip install openai`.