v2.0 #55

Merged
Vylpes merged 73 commits from develop into main 2021-10-04 19:45:15 +01:00
Showing only changes of commit 3a9f1965ae - Show all commits

View file

@ -50,7 +50,7 @@ The code below will reply to the user with 'PONG' when they type {PREFIX}ping
import { Command, ICommandContext } from "vylbot-core";
export class Ping extends Command {
export default class Ping extends Command {
constructor() {
super();
this._roles = [ "Moderator" ];