Skip to content

⚔️ Clash of Clans discord bot to get clan and war stats, zapquake combos, next trader item occurrences, and more with in-game like image based responses.

Notifications You must be signed in to change notification settings

dashroshan/clashverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClashVerse

To-do

  • Update to latest coc.py
  • Update to latest discord.py and remove dependance from discord_py_slash_command
  • Rework database to use motor instead of pymongo
  • Separate database operations, processing, and image generation.
  • Add support for TH15 in clan and war commands.
  • Add comments to the code 🙈

secret.py

This file with the below contents need to be created and placed in the same place as the bot.py file.

extensions = [ "cogs.general", "cogs.zapquake", "cogs.clan", "cogs.server" ]
mongodb_url = "monogo_db_url_here"
discord_token = "bot_discord_token_here"
testguild = [your_test_server_id]
statguild = [your_test_server_id]
coc_email = "coc_api_site_login_email"
coc_password = "coc_api_site_login_password"
coc_keycount = 1

About

⚔️ Clash of Clans discord bot to get clan and war stats, zapquake combos, next trader item occurrences, and more with in-game like image based responses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages