mirror of
https://github.com/NoiTheCat/BirthdayBot.git
synced 2024-11-22 13:54:36 +00:00
Add/update DBots information
This commit is contained in:
parent
574b5be085
commit
4fb2ac3dee
2 changed files with 29 additions and 26 deletions
|
@ -10,6 +10,9 @@
|
||||||
<ol style="margin-left: 3em;">
|
<ol style="margin-left: 3em;">
|
||||||
<li>Create a dedicated birthday role for use by the bot.</li>
|
<li>Create a dedicated birthday role for use by the bot.</li>
|
||||||
<li>Invite the bot to your server. Ensure that the bot is able to manipulate this role.</li>
|
<li>Invite the bot to your server. Ensure that the bot is able to manipulate this role.</li>
|
||||||
|
<ul style="margin-left: 2em;list-style-type: circle;">
|
||||||
|
<li><b>Do not use an existing role!</b> This bot assumes exclusive control over it. Any users not having birthdays will have the role automatically removed.</li>
|
||||||
|
</ul>
|
||||||
<li>Instruct the bot to use the role: `bb.config role (role name)`</li>
|
<li>Instruct the bot to use the role: `bb.config role (role name)`</li>
|
||||||
<li>(Optional) Set a birthday announcement channel: `bb.config channel (channel)`</li>
|
<li>(Optional) Set a birthday announcement channel: `bb.config channel (channel)`</li>
|
||||||
<li>(Optional) Set a server default time zone: `bb.config zone (time zone)`</li>
|
<li>(Optional) Set a server default time zone: `bb.config zone (time zone)`</li>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Recognize birthdays in your Discord community!
|
Recognize birthdays in your Discord community!
|
||||||
|
|
||||||
Invite: https://discordapp.com/oauth2/authorize?client_id=470673087671566366&scope=bot
|
Invite: https://discordapp.com/oauth2/authorize?client_id=470673087671566366&scope=bot&permissions=268435456
|
||||||
|
|
||||||
This bot will automatically add a role to users during their birthdays. If desired, it will also announce birthdays in a channel of your choosing. Time zones are supported per-server and per-user to ensure that birthdays and events are recognized at appropriate times.
|
This bot will automatically add a role to users during their birthdays. If desired, it will also announce birthdays in a channel of your choosing. Time zones are supported per-server and per-user to ensure that birthdays and events are recognized at appropriate times.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue