forked from viveksantayana/geas-bot
Documentation and description update
Added .env.example file. Branch now ready to be merged for the first tagged release of the Bot.
This commit is contained in:
9
app/.env.example
Normal file
9
app/.env.example
Normal file
@ -0,0 +1,9 @@
|
||||
BOT_TOKEN=
|
||||
TEST_TOKEN=
|
||||
CONFIG=./data/config.yml
|
||||
DATA=./data/data.yml
|
||||
LOOKUP=./data/lookup.yml
|
||||
GM=./data/gm.yml
|
||||
CATEGORIES=./data/categories.yml
|
||||
PITCHES=./data/pitches.yml
|
||||
BOT_VERSION=3.0.0
|
@ -75,7 +75,8 @@ def getPrefix(client, message):
|
||||
# Define Clients
|
||||
client = commands.Bot(
|
||||
intents=discord.Intents.all(),
|
||||
command_prefix=getPrefix
|
||||
command_prefix=getPrefix,
|
||||
description=f'Geas Server Bot v.{os.getenv("BOT_VERSION")}.\n\nThis bot designed to automate the management of key features of the Geas Discord Server. It is written by Vivek Santayana. You can find the source code at https://git.vsnt.uk/viveksantayana/geas-bot.'
|
||||
)
|
||||
slash = SlashCommand(
|
||||
client,
|
||||
|
Reference in New Issue
Block a user