Skip to content

Commit

Permalink
stdcommands: update ping command description
Browse files Browse the repository at this point in the history
  • Loading branch information
buthed010203 authored and jogramming committed Feb 7, 2018
1 parent 67adf68 commit 18552ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdcommands/general_commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ var cmdAdvice = &commands.YAGCommand{
var cmdPing = &commands.YAGCommand{
CmdCategory: commands.CategoryTool,
Name: "Ping",
Description: "I prefer tabletennis",
Description: "I prefer tabletennis (Shows the bots ping to the discord servers)",

RunFunc: func(data *dcmd.Data) (interface{}, error) {
return fmt.Sprintf(":PONG;%d", time.Now().UnixNano()), nil
Expand Down

0 comments on commit 18552ae

Please sign in to comment.