wrussell1999 / food-flex-discord

🍔 Discord bot for rating your friends food
https://foodflex.wrussell.co.uk
MIT License
15 stars 3 forks source link

Allow users to invite from Discord Bot List #1

Closed wrussell1999 closed 5 years ago

wrussell1999 commented 5 years ago

Currently the bot is designed to work on one server. It requires the following:

If the user has a way of configuring these using bot commands or another method, then it could potentially work.

This idea has been explored in a new branch called servers.

wrussell1999 commented 5 years ago

for on_message, you will need to check which server the user came from. If they come from an known server, add the server object, otherwise create an object for their server in the json.

The server json objects should be the IDs of the servers stored as strings, but converted to ints in python when used.

wrussell1999 commented 5 years ago

Closing for now as it's not an important thing. Keeping it internal for now