diff --git a/src/guide/beginner/basic_bot.md b/src/guide/beginner/basic_bot.md index 6d75538..7756f30 100644 --- a/src/guide/beginner/basic_bot.md +++ b/src/guide/beginner/basic_bot.md @@ -97,7 +97,7 @@ Yes! That's it! We got our own ping command. Now try running the bot and send `! Got stuck? This is our resulting code, ```ts -import { Client, Intents } from './deps.ts' +import { Client, Intents, Message } from './deps.ts' const client = new Client()