Install packges and setup typescript
This commit is contained in:
parent
19065dc3e6
commit
6fb2da2b18
4 changed files with 221 additions and 17 deletions
23
.env.template
Normal file
23
.env.template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Security Warning! Do not commit this file to any VCS!
|
||||
# This is a local file to speed up development process,
|
||||
# so you don't have to change your environment variables.
|
||||
#
|
||||
# This is not applied to `.env.template`!
|
||||
# Template files must be committed to the VCS, but must not contain
|
||||
# any secret values.
|
||||
|
||||
BOT_TOKEN=
|
||||
BOT_PREFIX=v!
|
||||
BOT_VER=3.0
|
||||
BOT_AUTHOR=Vylpes
|
||||
BOT_DATE=28 Nov 2021
|
||||
|
||||
CORE_VER=2.0.2
|
||||
|
||||
FOLDERS_COMMANDS=commands
|
||||
FOLDERS_EVENTS=events
|
||||
|
||||
COMMANDS_DISABLED=
|
||||
COMMANDS_DISABLED_MESSAGE=This command is disabled.
|
||||
|
||||
EMBED_COLOUR=0x3050ba
|
Loading…
Add table
Add a link
Reference in a new issue