This is a Discord bot that stores, updates, and fetches user information community reported feedback for marketplace transactions. Utilizes the Discord.py library to interact with the users and the discord api. Utilizes Mongodb to host the database
-Python 3.11 -Discord.py -Mongodb
- Install Python 3.11
- Install discord.py
- Install pymongo
- Create a new discord bot application
- Install dotenv
- In a .env file, assign your discord bot auth token as TOKEN={token}, the mongodb client connection link as CLIENT={client}, and your 18-digit discord id as ADMIN_ID={admin_id}
- Set Message Content Intent in your application to on
- Replace the database and collection name with your names