Skip to content

Instantly share code, notes, and snippets.

@spacerecycler
Created April 22, 2016 22:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spacerecycler/1d243c3ab94e62f4f6f5a0d1b6b66bc0 to your computer and use it in GitHub Desktop.
Save spacerecycler/1d243c3ab94e62f4f6f5a0d1b6b66bc0 to your computer and use it in GitHub Desktop.
Nightbot Cooldown Issue
[15:28:02] <~spacerecycler> !commands add !test -a=!commands edit !foo $(count)
[15:28:03] <@+^Nightbot> spacerecycler -> The command "!test" has been added successfully.
[15:28:10] <~spacerecycler> !commands add !foo 0
[15:28:10] <@+^Nightbot> spacerecycler -> The command "!foo" has been added successfully.
[15:28:21] <~spacerecycler> !commands add !bar baz
[15:28:21] <@+^Nightbot> spacerecycler -> The command "!bar" has been added successfully.
[15:28:22] <~spacerecycler> !test
[15:28:25] <~spacerecycler> !foo
[15:28:25] <@+^Nightbot> 0
[15:28:33] <~spacerecycler> !test
[15:28:34] <@+^Nightbot> spacerecycler -> The command "!foo" has been edited successfully.
[15:28:35] <~spacerecycler> !foo
[15:28:35] <@+^Nightbot> 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment