Skip to content
Permalink
98ae4a13c2
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
24 lines (16 sloc) 921 Bytes
from discord.ext import commands
"""Module which contains all the authentication keys and tokens for the Bot connection, API and Database access etc."""
botToken = "" #discord bot token
client = commands.Bot(command_prefix=commands.when_mentioned_or('>'),
description='CyberLife Prototype')
adminId = ''
colorCode = [0x17e6f0, 0xe88f2a, 0xee0d0d, 0xff00ff]
# aqua blue, warning orange, danger red, eden club pink
weatherKey = '11da6f3bdcc71b85b5ff0b0b2e438d0b' #https://openweathermap.org
timeKey = '7BAYU4WNSSTW' #https://timezonedb.com
dictionaryId = '135ce08c' #https://developer.oxforddictionaries.com
dictionaryKey = 'b09cfb94a4d60e043ec3e4daa754f796'
dbuser="" #MySQL database user name
dbpasswd="" #MySQL database user password
#https://od-api.oxforddictionaries.com/api/v1 dictionary base url requests
#timeKey = '2Wa5YbqSPqKsfLkjbuPjQSjabEJA4u' https://www.amdoren.com