This commit is contained in:
ITOH
2021-11-20 19:00:45 +00:00
committed by GitHub
parent c8da3ef2ea
commit a0a7334341
+2 -2
View File
@@ -40,9 +40,9 @@ import { createBot, setupBot, startBot } from "https://deno.land/x/discordeno/mo
import { enableCachePlugin, enableCacheSweepers } from "https://deno.land/x/discordeno_cache_plugin@0.0.9/mod.ts";
const bot = createBot({
token: "BOT_TOKEN",
token: "BOT_TOKEN", // change this to your bots token
intents: ["Guilds", "GuildMessages"],
botId: 830361895559102474n,
botId: BigInt("BOT_ID"), // change this to your bots id
events: {
ready() {
console.log("Successfully connected to gateway");