Adds eslint and linted & improved routing for interactions
This commit is contained in:
parent
83209f642c
commit
441715675c
35 changed files with 2091 additions and 463 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import {SlashCommandBuilder, Interaction, CommandInteraction} from "discord.js";
|
||||
import {SlashCommandBuilder, CommandInteraction} from "discord.js";
|
||||
import {Command} from "./Command";
|
||||
|
||||
export class HelloWorldCommand implements Command {
|
||||
|
|
@ -6,7 +6,7 @@ export class HelloWorldCommand implements Command {
|
|||
'Hello :)',
|
||||
'zzzZ... ZzzzZ... huh? I am awake. I am awake!',
|
||||
'Roll for initiative!',
|
||||
'I was an adventurerer like you...',
|
||||
'I was an adventurer like you...',
|
||||
'Hello :) How are you?',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue