StephanAkkerman / axie-manager-bot

The self-hosted Discord bot we are using in the Axie Manager server. It consists of multiple handy features for managing your scholars in Axie Infinity and being able to use it for multiple managers.
https://www.instagram.com/axie_manager/
MIT License
5 stars 3 forks source link

Make a first time setup script that generates the spreadsheets + worksheet names and rows #146

Closed StephanAkkerman closed 2 years ago

StephanAkkerman commented 2 years ago

Merge it with generate_keys.py

StephanAkkerman commented 2 years ago

Maybe also create the channels and roles stated in config.yaml

StephanAkkerman commented 2 years ago

Use: await guild.create_text_channel('cool-channel') for creating new text-channel And await guild.create_role(name="role name") for new role

StephanAkkerman commented 2 years ago

Also renames the config_example.yaml to just config.yaml