stuff and things

This commit is contained in:
murm 2023-03-16 20:23:01 -04:00
parent 3957b17645
commit e67c0d96ca
28 changed files with 54 additions and 150 deletions

View file

@ -3,7 +3,7 @@ import Command from "../../classes/command.js";
class AncientCommand extends Command {
async run() {
await this.acknowledge();
// await this.acknowledge();
const controller = new AbortController();
const timeout = setTimeout(() => {
controller.abort();

View file

@ -3,7 +3,7 @@ import Command from "../../classes/command.js";
class BirdCommand extends Command {
async run() {
await this.acknowledge();
// await this.acknowledge();
const controller = new AbortController();
const timeout = setTimeout(() => {
controller.abort();

View file

@ -3,7 +3,7 @@ import Command from "../../classes/command.js";
class CatCommand extends Command {
async run() {
await this.acknowledge();
// await this.acknowledge();
const controller = new AbortController();
const timeout = setTimeout(() => {
controller.abort();

View file

@ -3,7 +3,7 @@ import Command from "../../classes/command.js";
class DogCommand extends Command {
async run() {
await this.acknowledge();
// await this.acknowledge();
const controller = new AbortController();
const timeout = setTimeout(() => {
controller.abort();

View file

@ -3,7 +3,7 @@ import Command from "../../classes/command.js";
class WikihowCommand extends Command {
async run() {
await this.acknowledge();
// await this.acknowledge();
const controller = new AbortController();
const timeout = setTimeout(() => {
controller.abort();