mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
deno fmt
This commit is contained in:
+1
-3
@@ -21,9 +21,7 @@ export const rest = {
|
||||
ratelimitedPaths: new Map(),
|
||||
eventHandlers: {
|
||||
// BY DEFAULT WE WILL LOG ALL ERRORS TO CONSOLE. USER CAN CHOOSE TO OVERRIDE
|
||||
error: function (_type, error) {
|
||||
console.error(error);
|
||||
},
|
||||
error: console.error,
|
||||
// PLACEHOLDERS TO ALLOW USERS TO CUSTOMIZE
|
||||
debug: function (_type, error) {},
|
||||
fetching() {},
|
||||
|
||||
Reference in New Issue
Block a user