You can do this by downloading the zip and unzipping it, or with a git clone command, or however you prefer to get GitHub content. Make sure you have Python 3.10 installed. cd to wherever you downloaded the code to, and run pip install -r requirements.txt. Note that some systems will...
command(brief="Unload", help="Unloading cogs") async def unload(ctx, extension): client.unload_extension(f'cogs.{extension}') @client.command(brief="Ping", help="The time it takes for a small data set to be transmitted from your device to a server on the Internet and back to your de...
You can do this by downloading the zip and unzipping it, or with a git clone command, or however you prefer to get GitHub content. Make sure you have Python 3.8 or later installed. Open up a console wherever you downloaded the code to (don't forget to unzip it if it's zipped), ...