An unofficial Discord bot for The Alchemist Code
TAC-BOT
is a Discord bot for listing relevant information about The Alchemist Code. TAC_bot_db
supports following commands:
o?unit *name*
: Displays game-related information about the unito?lore *name*
: Displays the lore of the unito?art *name*
: Display artworks of all available skins of the unito?farm *name*
: Displays quests in which the item can be acquiredo?collabs *name*
: Elaborates the shortcuts of each collaboration events that are used in the unit related commandso?info
: Displays the usage information about this bot
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='MyDiscordBot'
$ python discord_bot/Bot.py
C:\TAC_bot_db> set DISCORD_BOT_TOKEN='MyDiscordBot'
C:\TAC_bot_db> python discord_bot\Bot.py
We welcome your contribution! Check out CONTRIBUTING.md