bump mysql version
This commit is contained in:
parent
691fbe30a3
commit
e7568745ca
|
@ -2,3 +2,5 @@ config.ts
|
|||
logs
|
||||
|
||||
db/update.ts
|
||||
|
||||
deno.lock
|
||||
|
|
2
deps.ts
2
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';
|
||||
|
|
Loading…
Reference in New Issue