/ExtendedKawaii-DiscordBot

🤖 A discord bot that aims to replace the once popular KawaiiBot

Primary LanguagePythonMIT LicenseMIT

ExtendedKawaii-DiscordBot

A drop in replacement for the popular KawaiiBot
Invite

Self hosting

Add a config.py file in this format:

# config
prefix = '+'
admin_ids = [] # discord user ids => admins (can allow custom commands)

# discord api
token = '<your_discord_token>'

# gif apis
tenor_key = '<your_tenor_api_key>'
giphy_key = '<your_giphy_api_key>'

# reddit
reddit_headers = {
	# request headers for reddit (required for +reddit)
	# can be acquired using by copying a curl to reddit and pasting it into https://curl.trillworks.com/
}

# developer settings
test_mode = False
dev_mode = False