mirror of
https://github.com/Burn-E99/GroupUp.git
synced 2026-06-04 00:43:49 -04:00
why was that v16???
This commit is contained in:
2
deps.ts
2
deps.ts
@@ -1,5 +1,5 @@
|
||||
// All external dependencies are to be loaded here to make updating dependency versions much easier
|
||||
import { getBotIdFromToken } from 'https://deno.land/x/discordeno@16.0.1/mod.ts';
|
||||
import { getBotIdFromToken } from 'https://deno.land/x/discordeno@17.0.1/mod.ts';
|
||||
import config from './config.ts';
|
||||
import { LOCALMODE } from './flags.ts';
|
||||
export const botId = getBotIdFromToken(LOCALMODE ? config.localToken : config.token);
|
||||
|
||||
Reference in New Issue
Block a user