You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

713 B

example cog

This is a example cog/plugin for mee2 that just say Hello when you type !hello. This might depend on your prefix.

Installation Guide:

Prerequisites: mee2, Python 3

  • Step 1: Download the .py file for the Hello cog from the releases page

  • Step 2: Place the downloaded .py file into the "Cogs" folder located in the root of your mee2 installation

  • Step 3: Open the "config.toml" file and search for the following line: cogs = ["cogs.web.web"] If this is your first time, it should look the same.

Now, add ", 'cogs.example'" to the end of the list so that it looks like this: cogs = ["cogs.web.web", "cogs.example"]

That's it! Your Hello cog should now be loaded and ready to use.