fix: unknown error
This commit is contained in:
parent
59e24a8ff9
commit
771a8b0443
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "muffinbot",
|
||||
"version": "3.0.0-cake.d240715a",
|
||||
"version": "3.0.0-cake.d240728a",
|
||||
"main": "dist/index.js",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -38,7 +38,7 @@ export default class MuffinBot extends SapphireClient {
|
|||
}
|
||||
}
|
||||
|
||||
declare module '@sapphire/pieces' {
|
||||
declare module '@sapphire/framework' {
|
||||
interface Container {
|
||||
database: MaaDatabase
|
||||
chatBot: ChatBot
|
||||
|
|
Loading…
Reference in a new issue