Page 1 of 5
General Discussions Thread
Posted: Mon Mar 16, 2026 3:44 am
by PitViper
Lets talk about anything Chimera/Viper related!
PitViper Wrote:
Posted: Mon Mar 16, 2026 3:48 am
by ViperDiscord
Wrote a little extension to link the forums to discord. I've only linked this channel so far to test it out. Basically what is written here, will be reflected here: https://www.mmoviper.com/general-discussion-area/general-discussions-thread-t15603.html and vice versa!
Later I plan to extend this to forum channels here like the bug tracker, plugins etc.
Re: General Discussions Thread
Posted: Mon Mar 16, 2026 3:48 am
by PitViper
And this is what it looks like coming from the general thread on the forum.
Mysticdrew Wrote:
Posted: Mon Mar 16, 2026 3:57 am
by ViperDiscord
Oh fun
Mysticdrew Wrote:
Posted: Mon Mar 16, 2026 3:58 am
by ViperDiscord
I created a ticket and command bot for discord today. Codex did well with that
PitViper Wrote:
Posted: Mon Mar 16, 2026 3:59 am
by ViperDiscord
Yea this was mostly coded with codex. It was fairly familiar with discord and its api which was really nice.
Mysticdrew Wrote:
Posted: Mon Mar 16, 2026 3:59 am
by ViperDiscord
did you use discord.py?
Modified by: Mysticdrew on 2026-03-15 10:59:41 PM
PitViper Wrote:
Posted: Mon Mar 16, 2026 4:00 am
by ViperDiscord
I pulled in the nuget discord package.. whatever one is recommended on their api page, I dont have it up atm.
Mysticdrew Wrote:
Posted: Mon Mar 16, 2026 4:00 am
by ViperDiscord
discord.py is pretty popular
Mysticdrew Wrote:
Posted: Mon Mar 16, 2026 4:00 am
by ViperDiscord
so probably
Mysticdrew Wrote:
Posted: Mon Mar 16, 2026 4:00 am
by ViperDiscord
There are rust and go bots too
Mysticdrew Wrote:
Posted: Mon Mar 16, 2026 4:01 am
by ViperDiscord
I figured python would be good for me
PitViper Wrote:
Posted: Mon Mar 16, 2026 4:01 am
by ViperDiscord
It doesnt do optimizations by default though.. so I have to keep reminding it to code for performance and telling it what was lagging.
Mysticdrew Wrote:
Posted: Mon Mar 16, 2026 4:02 am
by ViperDiscord
Yea, it created a web front end for it, so I can do configurations. It was pulling my servers every time I navigated the pages lol... I have nearly 150 servers. So the webapp was super slow for me.
Mysticdrew Wrote:
Posted: Mon Mar 16, 2026 4:02 am
by ViperDiscord
But, it fixed it