mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-18 19:04:27 -04:00
[GH-ISSUE #93] !meme command #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @13xforever on GitHub (Oct 9, 2018).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/93
Current implementation design looks like this:
!memecommand is marked as hidden, and is not listed in the!helpcommand list.Any user can add a meme bound to their user id, in a similar vein to
!explaincommand. Limited to 5 (?) per user.Then this user (and this user alone) can use
!explainto show the content of the meme.Bot automatically adds a 👍 reaction to that message, and will count the number of reactions through the even handler. Everything is summed up to produce a total score.
The top 5 of all memes will be featured in the general
!explainlist and could be shown/viewed by any user, not just by the meme author.This will require db model update and a lot of plumbing between the tables and handlers.
@b4cktr4ck2 commented on GitHub (Mar 20, 2019):
Loving this feature. Also very happy that you included "metal gear solid 4" as an explainable term.
I spoke with Ani and he mentioned I should bring the conversation here- would it be possible to add an emoji for "mgs4" and have the bot auto-react to it's own "build-updates" posts with that emoji? We can tweak the timing of this auto-reaction if it becomes too spammy and instead have it only react every 5-10 posts or something like that.
If there's anything I can do to assist with this feature(i.e testing) please let me know, I'm just looking to show my support via memes
@13xforever commented on GitHub (Mar 20, 2019):
Not sure by "add mgs4 emoji", but 1. bot has no permissions to react in the new build announcement channel for some reason, and 2. there's already a meme functionality to react to MGS4 reactions
@b4cktr4ck2 commented on GitHub (Mar 20, 2019):
Okay I'll reach out to Ani about the emoji, but even having the functionality to react to MGS4 reactions is pretty funny itself as well. Thanks for putting that in.
@kerbalnaut commented on GitHub (Apr 30, 2019):
good idea, watch out because some people might "abuse" it.
!meme commandto [GH-ISSUE #93] !meme command