diff options
author | Ninjune x <enderknight537@gmail.com> | 2022-12-13 20:47:42 -0600 |
---|---|---|
committer | Ninjune x <enderknight537@gmail.com> | 2022-12-13 20:47:42 -0600 |
commit | 1891ada92ab1911cfaaa7ad0e72c85573f4fcbb6 (patch) | |
tree | 2b6a36efccdade45d14a79a608b8dc6026fa3805 /commands/credits.js | |
parent | ad055ba90a3055db32f04ff5163ff4e1c85dfdfa (diff) | |
download | coleweight-1891ada92ab1911cfaaa7ad0e72c85573f4fcbb6.tar.gz coleweight-1891ada92ab1911cfaaa7ad0e72c85573f4fcbb6.tar.bz2 coleweight-1891ada92ab1911cfaaa7ad0e72c85573f4fcbb6.zip |
v1.8.0
Diffstat (limited to 'commands/credits.js')
-rw-r--r-- | commands/credits.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/commands/credits.js b/commands/credits.js new file mode 100644 index 0000000..af4aa28 --- /dev/null +++ b/commands/credits.js @@ -0,0 +1,7 @@ +import constants from "../util/constants" +const PREFIX = constants.PREFIX + +export function credits() +{ + ChatLib.chat(`${PREFIX}&bCW was made by Ninjune#0670 (NinOnCubed).`) +}
\ No newline at end of file |