#Complex interactions.py bot examples?
1 messages · Page 1 of 1 (latest)
Hey! Once your issue is solved, press the button below to close this thread!
I'd also like to see a good multi-instance/client example. For running bots that piggyback off eachother
Cogs doesnt necessarily need setup from what i remember
defining a setup() declaration is completely optional, correct
we can resolve the class(es) from the module loaded just fine
nothing is really outdated about it, there are few v5 unique features that we haven't missed out on, the boilerplate essentially follows everything major v5, besides minor changes on an internal focus
you can look at #1048664731159892051 if you want examples
and of course since this one is mine and you're asking for "complex" examples, here's my bot lol: https://github.com/BTE-France/BTE-France-Bot/
it's custom made for one single server, but you have examples of a lot of features of the library
Depending on how complex, mine uses some more (relatively) advanced stuff
https://github.com/FGBxRamel/CommunityHelperBot
(Look at the feat/admin branch or wait for the next PR 🙃 )
So are you asking for am advanced example, or are you trying to compare projects?
i didnt actually need this. i forgot i made this thread and started without any examples and all of a sudden i have a "complex" bot project lol