mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
fix: missing debug event necessary
This commit is contained in:
@@ -22,6 +22,7 @@ export const rest = {
|
|||||||
console.error(error);
|
console.error(error);
|
||||||
},
|
},
|
||||||
// PLACEHOLDERS TO ALLOW USERS TO CUSTOMIZE
|
// PLACEHOLDERS TO ALLOW USERS TO CUSTOMIZE
|
||||||
|
debug: function(_type, error) {},
|
||||||
fetching() {},
|
fetching() {},
|
||||||
fetched() {},
|
fetched() {},
|
||||||
fetchSuccess() {},
|
fetchSuccess() {},
|
||||||
|
|||||||
Reference in New Issue
Block a user