-
- Downloads
Created fernuni-bot that can add or remove a members roles.
parents
Branches
No related tags found
Showing
- .gitignore 116 additions, 0 deletions.gitignore
- .idea/.gitignore 2 additions, 0 deletions.idea/.gitignore
- .idea/fernuni-bot.iml 11 additions, 0 deletions.idea/fernuni-bot.iml
- .idea/inspectionProfiles/profiles_settings.xml 7 additions, 0 deletions.idea/inspectionProfiles/profiles_settings.xml
- .idea/misc.xml 8 additions, 0 deletions.idea/misc.xml
- .idea/modules.xml 9 additions, 0 deletions.idea/modules.xml
- .idea/vcs.xml 7 additions, 0 deletions.idea/vcs.xml
- fernuni-bot.py 168 additions, 0 deletionsfernuni-bot.py
- requirements.txt 11 additions, 0 deletionsrequirements.txt
.gitignore
0 → 100644
.idea/.gitignore
0 → 100644
.idea/fernuni-bot.iml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
fernuni-bot.py
0 → 100644
requirements.txt
0 → 100644
aiohttp==3.6.2 | ||
async-timeout==3.0.1 | ||
attrs==19.3.0 | ||
chardet==3.0.4 | ||
discord==1.0.1 | ||
discord.py==1.3.3 | ||
idna==2.9 | ||
multidict==4.7.5 | ||
python-dotenv==0.12.0 | ||
websockets==8.1 | ||
yarl==1.4.2 |
Please register or sign in to comment