Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shukriadams committed Jan 25, 2019
2 parents a58c5bb + 447d74a commit fa897e0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,14 @@ add that name to settings.json (requires bot restart)
Your bot should always have the permission _Manage Messages_. It gets assigned this by default, so you don't have to
set it, but do not disable it.

## Response Emoji

When a giveaway starts, the bot will publish a message in the giveaway channel, along with an emote. Users should click the emote to join the giveaway. The emote is set in settings.json as the "joinGiveawayResponseCharacter" property. This value _must_ be a valid emote that Discord supports. You can get a list of emotes at any site that lists them, one example is

https://getemoji.com

Note that emotes are single ASCII emoji characters, so the emoji for smile must be "🎉", and not ":fanfare:" (or whatever that emoji is called)

## Commands

One of the major differences between this bot and jagrosh's giveawaybot is that this bot uses direct communication -
Expand Down

0 comments on commit fa897e0

Please sign in to comment.