Update documentation
This commit is contained in:
parent
00a057792b
commit
3a9f1965ae
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
import { Command, ICommandContext } from "vylbot-core";
|
||||||
|
|
||||||
export class Ping extends Command {
|
export default class Ping extends Command {
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
this._roles = [ "Moderator" ];
|
this._roles = [ "Moderator" ];
|
||||||
|
|
Reference in a new issue