mirror of
https://github.com/Burn-E99/GroupUp.git
synced 2026-06-04 00:43:49 -04:00
bump mysql version
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,3 +2,5 @@ config.ts
|
|||||||
logs
|
logs
|
||||||
|
|
||||||
db/update.ts
|
db/update.ts
|
||||||
|
|
||||||
|
deno.lock
|
||||||
|
|||||||
2
deps.ts
2
deps.ts
@@ -36,6 +36,6 @@ export type {
|
|||||||
Interaction,
|
Interaction,
|
||||||
} from 'https://deno.land/x/discordeno@12.0.1/mod.ts';
|
} from 'https://deno.land/x/discordeno@12.0.1/mod.ts';
|
||||||
|
|
||||||
export { Client } from 'https://deno.land/x/mysql@v2.10.1/mod.ts';
|
export { Client } from 'https://deno.land/x/mysql@v2.11.0/mod.ts';
|
||||||
|
|
||||||
export { initLog, log, LogTypes as LT } from 'https://raw.githubusercontent.com/Burn-E99/Log4Deno/V1.1.0/mod.ts';
|
export { initLog, log, LogTypes as LT } from 'https://raw.githubusercontent.com/Burn-E99/Log4Deno/V1.1.0/mod.ts';
|
||||||
|
|||||||
2
flags.ts
2
flags.ts
@@ -3,4 +3,4 @@ export const DEVMODE = false;
|
|||||||
// DEBUG is used to toggle the cmdPrompt
|
// DEBUG is used to toggle the cmdPrompt
|
||||||
export const DEBUG = false;
|
export const DEBUG = false;
|
||||||
// LOCALMODE is used to run a differnt bot token for local testing
|
// LOCALMODE is used to run a differnt bot token for local testing
|
||||||
export const LOCALMODE = false;
|
export const LOCALMODE = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user