diff options
| author | TheEdgeNK <trey6979@gmail.com> | 2018-08-09 11:37:44 -0400 |
|---|---|---|
| committer | TheEdgeNK <trey6979@gmail.com> | 2018-08-09 11:37:44 -0400 |
| commit | ded06571cb04a066d6734250e261bad6ed2fa1cd (patch) | |
| tree | 9ad3de4aeb69130be205b0d88b1f79c4f4cd0368 /commands/Owners Only | |
| parent | d8c7a0557bee2bc3dc66f09e09fd199a267df303 (diff) | |
| download | PokeBot-ded06571cb04a066d6734250e261bad6ed2fa1cd.tar.gz PokeBot-ded06571cb04a066d6734250e261bad6ed2fa1cd.tar.bz2 PokeBot-ded06571cb04a066d6734250e261bad6ed2fa1cd.zip | |
2.0 Alpha 1 Version 2
Diffstat (limited to 'commands/Owners Only')
| -rw-r--r-- | commands/Owners Only/eval.js | 2 | ||||
| -rw-r--r-- | commands/Owners Only/exploit.js (renamed from commands/Owners Only/add1k.js) | 4 | ||||
| -rw-r--r-- | commands/Owners Only/poweroff.js | 2 | ||||
| -rw-r--r-- | commands/Owners Only/resetcredits.js | 2 | ||||
| -rw-r--r-- | commands/Owners Only/say.js | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/commands/Owners Only/eval.js b/commands/Owners Only/eval.js index 09aac08..0eca73c 100644 --- a/commands/Owners Only/eval.js +++ b/commands/Owners Only/eval.js @@ -1,6 +1,6 @@ /** ************************************** * - * Eval / Exec: Plugin for PokeBot that provides diagnostic information. + * Eval / Exec: Plugin for Galaxy that provides diagnostic information. * Copyright (C) 2018 TheEdge, jtsshieh, Alee * * Licensed under the Open Software License version 3.0 diff --git a/commands/Owners Only/add1k.js b/commands/Owners Only/exploit.js index ccf9a7b..0b56a86 100644 --- a/commands/Owners Only/add1k.js +++ b/commands/Owners Only/exploit.js @@ -1,6 +1,6 @@ /** ************************************** * - * Add1k: Plugin for PokeBot that modifies economy features. + * exploit: Plugin for Galaxy that modifies economy features. * Copyright (C) 2018 TheEdge, jtsshieh, Alee * * Licensed under the Open Software License version 3.0 @@ -28,7 +28,7 @@ exports.conf = { }; exports.help = { - name: 'add1k', + name: 'exploit', description: 'Modifies the credits of a user', usage: '@user <credits>', }; diff --git a/commands/Owners Only/poweroff.js b/commands/Owners Only/poweroff.js index 8fe2323..a7febf2 100644 --- a/commands/Owners Only/poweroff.js +++ b/commands/Owners Only/poweroff.js @@ -1,6 +1,6 @@ /** ************************************** * - * Poweroff: Plugin for PokeBot that remotely exits the process. + * Poweroff: Plugin for Galaxy that remotely exits the process. * Copyright (C) 2018 TheEdge, jtsshieh, Alee * * Licensed under the Open Software License version 3.0 diff --git a/commands/Owners Only/resetcredits.js b/commands/Owners Only/resetcredits.js index 78cd371..06ec39d 100644 --- a/commands/Owners Only/resetcredits.js +++ b/commands/Owners Only/resetcredits.js @@ -1,6 +1,6 @@ /** ************************************** * - * Reset Credits: Plugin for PokeBot that modifies economy features. + * Reset Credits: Plugin for Galaxy that modifies economy features. * Copyright (C) 2018 TheEdge, jtsshieh, Alee * * Licensed under the Open Software License version 3.0 diff --git a/commands/Owners Only/say.js b/commands/Owners Only/say.js index 3085d53..576515c 100644 --- a/commands/Owners Only/say.js +++ b/commands/Owners Only/say.js @@ -1,6 +1,6 @@ /** ************************************** * - * Say: Plugin for PokeBot that sends a message with the provided content. + * Say: Plugin for Galaxy that sends a message with the provided content. * Copyright (C) 2018 TheEdge, jtsshieh, Alee * * Licensed under the Open Software License version 3.0 |
