Tom Kwong
Tom Kwong
See https://discord.com/developers/docs/resources/channel#channel-object-channel-types What have you changed? * [x] Added a new feature * [ ] Fixed a reported issue (which one?) * [ ] Updated documentation If you're adding a...
After `DNSError: discordapp.com, temporary failure (EAI_AGAIN)`, heartbeat stopped and not able to recover. ``` ┌ Info: Reconnecting │ time = 2022-01-08T22:44:16.287 │ conn = 36 │ resume = true └...
I forgot where I saw a similar functionality :-) Just writing down some thoughts: # Game play ``` > race chicken @joe @bob Hey Joe, Bob: @tk3369 is challenging you...
# Game play ``` > ttt @tk3369, ok - let's play a Tic-Tac-Toe game! Enter your first move as letter-digit. For example, `ttt b3`. a b c |---|---|---| 1 |...
The current tz command is somewhat basic. Some of the shortcomings are: - It can only convert to a set of standard time zones (aliases) - Time zone aliases can...
Related to the new whistle blower function from #34, I want the bot to send a DM to moderators whenever a whistle blower report has been submitted. The DM should...
Currently we only have a few keywords that triggers emojis. We should probably add more. https://github.com/Humans-of-Julia/HoJBot.jl/blob/9ef495029b8e07b2e2ec5f12e159ee74897fa3f6/src/handler/reaction.jl#L25 https://github.com/Humans-of-Julia/HoJBot.jl/blob/9ef495029b8e07b2e2ec5f12e159ee74897fa3f6/src/handler/reaction.jl#L35 https://github.com/Humans-of-Julia/HoJBot.jl/blob/9ef495029b8e07b2e2ec5f12e159ee74897fa3f6/src/handler/reaction.jl#L45
We should put the code for each functionality under its own sub-module to avoid namespace clashes.
Related to the whistle blower report function from #34, I want the bot to send a DM to the author of the potentially inappropriate message. Here's what I think the...
Add some emojs for new posts in #introduction channel: - 👋🏼 - country emojis e.g. "canada" => 🇨🇦 - custom mapping e.g. "robotics" => 🤖 , "julia" => [julia-logo], etc.