feat: Add Dokdo's secret value
This commit is contained in:
parent
6d177d34b0
commit
d874273465
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "muffinbot",
|
||||
"version": "4.0.0-pudding.r241027a",
|
||||
"version": "4.1.0-pudding.d241109a",
|
||||
"main": "dist/src/index.js",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -10,6 +10,7 @@ export default class MessageCreateListener extends Listener {
|
|||
aliases: this.container.dokdoAliases,
|
||||
owners: [this.container.config.bot.owner_ID],
|
||||
prefix: prefix,
|
||||
secrets: [process.env.DATABASE_URL!],
|
||||
noPerm,
|
||||
})
|
||||
if (msg.author.bot) return
|
||||
|
|
Loading…
Reference in a new issue