mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-18 09:17:22 +00:00
fix: nodejs guide template. (#2433)
Co-authored-by: New Author Name <email@address.com>
This commit is contained in:
co-authored by
New Author Name
parent
612f0c8b64
commit
a9938b1fcf
@@ -1,6 +1,4 @@
|
||||
const UtilCommand = require("./CommandResponse.js");
|
||||
const Message = require("./Message.js");
|
||||
const Interaction = require("./Interaction.js");
|
||||
class BaseCommand extends UtilCommand {
|
||||
constructor(data) {
|
||||
super(data);
|
||||
|
||||
Reference in New Issue
Block a user