An unofficial Discord bot for The Alchemist Code Data from The Alchemist Codes/Database/export.
Ouroboros is a Discord bot for listing relevant information about The Alchemist Code.
It supports following commands:
ai: displays boundary conditions and settings of the aiarena [alias: gr ,ranking]: shows the current top 50 arena rankingarena_map [alias: arenamap ,amap ,am]: displays the current arena mapart [alias: artwork]: posts all images of the unitemoji: converts reaction to unicode (for copypaste)farm [alias: grind ,drop]: shows missions which drop the itemgear [alias: arments ,equip]: displays stats of the gearhelp: shows description of all commandsinfo: shows informations about the bot and holds the invite linkitem: displays data of the itemjob: displays details of the jobkaigan [alias: enlightment]: displays the kaigan stats and skills of the unitlore: shows the lore of the unitmap: displays map and enemies of the missionnensou [alias: conceptcard ,concept card ,card]: displays stats of the concept cardquest: displays quest informationsrank [alias: enemy]: shows units and their gear of the selected rank (top 50)story: shows the conversations of the missionunit: displays key data of the unit
The usage statistics are tracked via a MongoDB.
Check out the code and run it as a simple Python process! A hosting solutions like Heroku is great for this. To run, you need to pass the Discord bot token as the environment variable.
$ export DISCORD_BOT_TOKEN=
$ export DISCORD_BOT_TOKEN_ROLES=
$ export MONGO_USER=
$ export MONGO_PW=
$ export python discord_bot/Bot.py.\RunBot.batWe welcome your contribution! Check out CONTRIBUTING.md