mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2024-12-12 12:50:35 +00:00
fix: remove leaked token & rename to .env.example
This commit is contained in:
parent
c4977bd5fd
commit
58f7fbc324
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
botToken=gapi_LwMUinFQKOw4VfHrvBfHFKVP2zIAGp1GxE8P/IwhQrqpcrIXbr3Keq1PbZxnQeABI1qq8RsN4pFcwZ/4RMft+Q==
|
||||
botPrefix="$"
|
2
packages/bot/typescript/.env.example
Normal file
2
packages/bot/typescript/.env.example
Normal file
|
@ -0,0 +1,2 @@
|
|||
botToken="gapi_TOKEN" # Guilded API Bot Token
|
||||
botPrefix="$" # Prefix for the bot's commands to use
|
Loading…
Reference in a new issue