From e7568745ca1998685756005fffc9eeda862c6ce0 Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Sat, 29 Apr 2023 05:02:44 -0400 Subject: [PATCH] bump mysql version --- .gitignore | 2 ++ deps.ts | 2 +- flags.ts | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3ffa028..3111365 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ config.ts logs db/update.ts + +deno.lock diff --git a/deps.ts b/deps.ts index 65f3887..8d0130d 100644 --- a/deps.ts +++ b/deps.ts @@ -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'; diff --git a/flags.ts b/flags.ts index 939f73a..94bf935 100644 --- a/flags.ts +++ b/flags.ts @@ -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;