bump mysql version

This commit is contained in:
Ean Milligan (Bastion) 2023-04-29 05:02:44 -04:00
parent 691fbe30a3
commit e7568745ca
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@ config.ts
logs
db/update.ts
deno.lock

View File

@ -36,6 +36,6 @@ export type {
Interaction,
} 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';

View File

@ -3,4 +3,4 @@ export const DEVMODE = false;
// DEBUG is used to toggle the cmdPrompt
export const DEBUG = false;
// LOCALMODE is used to run a differnt bot token for local testing
export const LOCALMODE = false;
export const LOCALMODE = true;