Chewbotcca Discord Bot: Difference between revisions
Jump to navigation
Jump to search
add missing categories |
m convert some github citations to template |
||
Line 5: | Line 5: | ||
== History == | == History == | ||
Chewbotcca Discord Bot was started on May 31st, 2020 with an initial Maven POM file and an empty Main class.<ref> | Chewbotcca Discord Bot was started on May 31st, 2020 with an initial Maven POM file and an empty Main class.<ref>{{Cite GitHub|url=https://github.com/Chewbotcca/Chewbotcca-Discord/commit/8479657ee983b0328858fbfede7fc803d4d1f42c|title=Initial files|author=Chew|org=Chewbotcca|repo=Chewbotcca-Discord|type=commit|commit=8479657|date=May 31, 2020}}</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> | On June 1st, 2020, 12 commands were brought over. These being, <code>help</code><ref>{{Cite GitHub|url=https://github.com/Chewbotcca/Chewbotcca-Discord/commit/bbe7d789b6e0e6e7399edde3e3acb72331eb3314|title=Command conversion #1: Help Command|author=Chew|org=Chewbotcca|repo=Chewbotcca-Discord|type=commit|commit=bbe7d78|date=June 1, 2020}}</ref>, <code>invite</code><ref>{{Cite GitHub|url=https://github.com/Chewbotcca/Chewbotcca-Discord/commit/1f1944348ba4d0ba958054452c5eda2c3d6b2b8b|title=Command conversion #2: Invite Command|author=Chew|org=Chewbotcca|repo=Chewbotcca-Discord|type=commit|commit=1f19443|date=June 1, 2020}}</ref>, <code>ping</code><ref>{{Cite GitHub|url=https://github.com/Chewbotcca/Chewbotcca-Discord/commit/0eeea570c1d72594cfdb777c3be33245d58aa786|title=Command conversion #3: Ping Command|author=Chew|org=Chewbotcca|repo=Chewbotcca-Discord|type=commit|commit=0eeea57|date=June 1, 2020}}</ref>, <code>stats</code><ref>{{Cite GitHub|url=https://github.com/Chewbotcca/Chewbotcca-Discord/commit/317be2ed5c473e56d7a03fe85ad52576a946eb63|title=Command conversion #4: Stats Command|author=Chew|org=Chewbotcca|repo=Chewbotcca-Discord|type=commit|commit=317be2e|date=June 1, 2020}}</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 == | == References == |
Revision as of 22:33, 10 October 2024
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
- ↑ Initial files by Chew in Chewbotcca/Chewbotcca-Discord
@
8479657
, committed on May 31, 2020 - ↑ Commit history after abdb02edf138dc7cfe3b3becdef7b7a08ced0828
- ↑ Command conversion #1: Help Command by Chew in Chewbotcca/Chewbotcca-Discord
@
bbe7d78
, committed on June 1, 2020 - ↑ Command conversion #2: Invite Command by Chew in Chewbotcca/Chewbotcca-Discord
@
1f19443
, committed on June 1, 2020 - ↑ Command conversion #3: Ping Command by Chew in Chewbotcca/Chewbotcca-Discord
@
0eeea57
, committed on June 1, 2020 - ↑ Command conversion #4: Stats Command by Chew in Chewbotcca/Chewbotcca-Discord
@
317be2e
, committed on June 1, 2020 - ↑ Command conversion #5: Cat Command - committed by Chew on GitHub
- ↑ Command conversion #6: Define Command - committed by Chew on GitHub
- ↑ Command conversion #7: YouTube Command (part 1) - committed by Chew on GitHub
- ↑ Command conversion #8: TRBMB Command - committed by Chew on GitHub
- ↑ Command conversion #9: Mixer Command - committed by Chew on GitHub
- ↑ Command conversion #10: LastFM Command - committed by Chew on GitHub
- ↑ Command conversion #11: ServerInfo command - committed by Chew on GitHub
- ↑ Command conversion #12: CatFact Command - committed by Chew on GitHub