-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved readability of command code by breaking each function into their own files, breaking down the api command, and starting to break down the roll command Dep versions also updated, dbClient implemented as its own import, and constantCmds/README updated to improve readability
- Loading branch information
Showing
27 changed files
with
721 additions
and
508 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,8 @@ export type { | |
DiscordenoMessage, DiscordenoGuild, CreateMessage | ||
} from "https://deno.land/x/[email protected]/mod.ts"; | ||
|
||
export { Client } from "https://deno.land/x/[email protected].1/mod.ts"; | ||
export { Client } from "https://deno.land/x/[email protected].2/mod.ts"; | ||
|
||
export { Status, STATUS_TEXT } from "https://deno.land/std@0.115.1/http/http_status.ts"; | ||
export { Status, STATUS_TEXT } from "https://deno.land/std@0.137.0/http/http_status.ts"; | ||
|
||
export { nanoid } from "https://deno.land/x/[email protected]/mod.ts"; |
Oops, something went wrong.