-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.example
33 lines (28 loc) · 1.22 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# --------------------------------------------------------------------------
# Basic Configurations
# --------------------------------------------------------------------------
BOT_TOKEN=YOUR_BOT_TOKEN
# --------------------------------------------------------------------------
# Bot properties
# --------------------------------------------------------------------------
# The Disord ID of the bot owner (me)
OWNER_ID=YOUR_DISCORD_ID
# The version of the bot
BOT_VERSION=YOUR_BOT_VERSION
# The default prefix for the bot to be used in new guilds
DEFAULT_PREFIX=YOUR_DEFAULT_PREFIX
# --------------------------------------------------------------------------
# API Keys
# --------------------------------------------------------------------------
# The token for DeepAI endpoints
DEEP_AI_TOKEN=YOUR_TOKEN
# Token for Advent of Code (Needs to be refreshed frequently)
AOC_TOKEN=YOUR_TOKEN
# Token for SauceNAO
SAUCE_NAO_TOKEN=YOUR_TOKEN
# GitHub token necessary for accessing bot repo
GITHUB_TOKEN=YOUR_TOKEN
# The API key for Dictionary (See https://dictionaryapi.com/products/api-collegiate-dictionary)
KEY_DICTIONARY=YOUR_TOKEN
# The API key for Thesaurus (See https://dictionaryapi.com/products/api-collegiate-thesaurus)
KEY_THESAURUS=YOUR_TOKEN