Chewbotcca Discord Bot: Difference between revisions

From ChewWiki
Jump to navigation Jump to search
(rewrite chewbotcca discord bot to fit wiki more)
(add some command conversion history)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
''This page shows the history and detailed information about the bot. To see documentation, see [https://help.chew.pro/en/bots/discord/chewbotcca the page on ChewHelp.]''
Chewbotcca Discord Bot is a complete re-write of [[Chewbotcca for Discord (Legacy)]] using JDA (a Java Discord Library).
Chewbotcca Discord Bot is a complete re-write of [[Chewbotcca for Discord (Legacy)]] using JDA (a Java Discord Library).


Line 4: Line 6:


Chewbotcca Discord Bot was started on May 31st, 2020 with an initial Maven POM file and an empty Main class.<ref>[https://github.com/Chewbotcca/Discord/commit/8479657ee983b0328858fbfede7fc803d4d1f42c Initial files · Chewbotcca/Discord@8479657]</ref> Its initial commits were simply conversions of the legacy bot's commands from Ruby to Java.<ref>[https://github.com/Chewbotcca/Discord/commits/main?after=38de3d4e2cd10ec26ed6be6fa522cc0cf8c19ccc+410&branch=main Commit history after abdb02edf138dc7cfe3b3becdef7b7a08ced0828]</ref>
Chewbotcca Discord Bot was started on May 31st, 2020 with an initial Maven POM file and an empty Main class.<ref>[https://github.com/Chewbotcca/Discord/commit/8479657ee983b0328858fbfede7fc803d4d1f42c Initial files · Chewbotcca/Discord@8479657]</ref> Its initial commits were simply conversions of the legacy bot's commands from Ruby to Java.<ref>[https://github.com/Chewbotcca/Discord/commits/main?after=38de3d4e2cd10ec26ed6be6fa522cc0cf8c19ccc+410&branch=main Commit history after abdb02edf138dc7cfe3b3becdef7b7a08ced0828]</ref>
On June 1st, 2020, 12 commands were brought over. These being, <code>help</code><ref>[https://github.com/Chewbotcca/Chewbotcca-Discord/commit/bbe7d789b6e0e6e7399edde3e3acb72331eb3314 Command conversion #1: Help Command - committed by Chew on GitHub]</ref>, <code>invite</code><ref>[https://github.com/Chewbotcca/Chewbotcca-Discord/commit/1f1944348ba4d0ba958054452c5eda2c3d6b2b8b Command conversion #2: Invite Command - committed by Chew on GitHub]</ref>, <code>ping</code><ref>[https://github.com/Chewbotcca/Chewbotcca-Discord/commit/0eeea570c1d72594cfdb777c3be33245d58aa786 Command conversion #3: Ping Command - committed by Chew on GitHub]</ref>, <code>stats</code><ref>[https://github.com/Chewbotcca/Chewbotcca-Discord/commit/317be2ed5c473e56d7a03fe85ad52576a946eb63 Command conversion #4: Stats Command - committed by Chew on GitHub]</ref>, <code>cat</code><ref>[https://github.com/Chewbotcca/Chewbotcca-Discord/commit/e434522a25a22632c43481c4796ede2ee314a107 Command conversion #5: Cat Command - committed by Chew on GitHub]</ref>, <code>define</code><ref>[https://github.com/Chewbotcca/Chewbotcca-Discord/commit/cef25e0392617b1aa4e7dbed525a7bbc6c66eeea Command conversion #6: Define Command - committed by Chew on GitHub]</ref>, <code>youtube</code><ref>[https://github.com/Chewbotcca/Chewbotcca-Discord/commit/13d7dcce1d5979390ed5166157f5be894005e252 Command conversion #7: YouTube Command (part 1) - committed by Chew on GitHub]</ref>, <code>trbmb</code><ref>[https://github.com/Chewbotcca/Chewbotcca-Discord/commit/261835f3e40fb1d6cd68ee6592660fc3a9865456 Command conversion #8: TRBMB Command - committed by Chew on GitHub]</ref>, <code>mixer</code><ref>[https://github.com/Chewbotcca/Chewbotcca-Discord/commit/6ea216d0f87079a42efaeb24958742aa4a52e6a4 Command conversion #9: Mixer Command - committed by Chew on GitHub]</ref> (now removed), <code>lastfm</code><ref>[https://github.com/Chewbotcca/Chewbotcca-Discord/commit/cec29405a0b62128d72c79fd17e577400e0310aa Command conversion #10: LastFM Command - committed by Chew on GitHub]</ref>, <code>serverinfo</code><ref>[https://github.com/Chewbotcca/Chewbotcca-Discord/commit/efa0d61aa66f927294a528f8456677fe3b26feb6 Command conversion #11: ServerInfo command - committed by Chew on GitHub]</ref>, and <code>catfact</code><ref>[https://github.com/Chewbotcca/Chewbotcca-Discord/commit/e01ae855cffad1d5c30a5f54898f95adb25da3fd Command conversion #12: CatFact Command - committed by Chew on GitHub]</ref>.
== References ==

Latest revision as of 23:22, 15 October 2023

This page shows the history and detailed information about the bot. To see documentation, see the page on ChewHelp.

Chewbotcca Discord Bot is a complete re-write of Chewbotcca for Discord (Legacy) using JDA (a Java Discord Library).

History

Chewbotcca Discord Bot was started on May 31st, 2020 with an initial Maven POM file and an empty Main class.[1] Its initial commits were simply conversions of the legacy bot's commands from Ruby to Java.[2]

On June 1st, 2020, 12 commands were brought over. These being, help[3], invite[4], ping[5], stats[6], cat[7], define[8], youtube[9], trbmb[10], mixer[11] (now removed), lastfm[12], serverinfo[13], and catfact[14].

References