Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
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
Burn-E99 committed May 5, 2022
1 parent b076751 commit 8476829
Show file tree
Hide file tree
Showing 27 changed files with 721 additions and 508 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Available Endpoints and Methods Required:
* `424` - Failed dependancy - You will be emailed a delete code to rerun this endpoint with.
* `200` - OK - Everything relating to your API key was successfully removed.

API Key management via a basic GUI is availble on [API Tools](https://artificer.eanm.dev/).
API Key management via a basic GUI is availble on the [API Tools](https://artificer.eanm.dev/) website.

## Problems? Feature requests?
If you run into any errors or problems with the bot, or think you have a good idea to add to the bot, please submit a new GitHub issue detailing it. If you don't have a GitHub account, a report command (detailed above) is provided for use in Discord.
Expand Down
4 changes: 2 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Loading

0 comments on commit 8476829

Please sign in to comment.