Compare commits

..

2 commits

Author SHA1 Message Date
henceiusegentoo 42af2bb6d0 Merge branch 'main' of https://github.com/NovaOSS/nova-cord 2023-08-26 06:34:08 +02:00
henceiusegentoo 3421dda39e Added a tutorial on how to see your own credits 2023-08-26 06:34:05 +02:00

View file

@ -59,6 +59,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 `pip`. Here's an example: `pip install openai`.
Don't have `pip` installed? Learn more here: https://pip.pypa.io/en/stable/installation/.