Skip to content
Permalink
0ba52bc3a6
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
27 lines (17 sloc) 596 Bytes
# Wiimmfi_Bot
Versatile Discord chat bot all about Wiimmfi (custom servers for Wii and DS)
# Installing and Setup
``• Latest version of Python required (built using Python 3.9)``
``• Install .env:``
```py
pip install dotenv
```
``• Insert your unique Client Token from the Developer Portal into the environment file``
```py
from dotenv import loadenv
load_dotenv(".env")
```
# Modules used:
``discord.py:`` https://discordpy.readthedocs.io/en/stable/index.html
``Discord API:`` https://discord.com/developers/docs/intro
``asyncio:`` https://docs.python.org/3/library/asyncio.html