-
It only can be used when the user is in a voice channel. The bot will join the same voice channel, say hello, and then leave. Simple Enough.
Documentation:
https://discordpy.readthedocs.io/en/…
-
ロールのIDがわかっているならGuild.get_roleのほうが早い
https://discordpy.readthedocs.io/en/stable/api.html?highlight=get_role#discord.Guild.get_role
-
Say farewell whenever someone leaves the server.
Customize messages based on time of day and week.
Example,
"@User Have a nice weekend!", Friday afternoon
"@User heading home", between 16:00 and…
-
Section 5
Programming Language: JavaScript
Development Platform: Discord
Type of Application: Real-time music streaming, collaborative playback management, interactive bot
## Project Abstract
…
-
Google side:
https://cloud.google.com/docs/quota#viewing_your_quota
https://cloud.google.com/service-usage
https://cloud.google.com/service-usage/docs/libraries#python
Discord side:
https://dis…
-
message with application/interaction buttons for selecting roles.
-
Cogs allow for each different set of commands to be organized in different files. Cogs also allow the bot to load and unload cogs at will (meaning you can make changes on GitHub, pull those changes in…
-
Discord.js and discordpy both support this feature by passing their equivalent of `nil`:
- https://discordpy.readthedocs.io/en/latest/api.html#discord.Member.move_to
- https://discord.js.org/#…
-
When a malicious link is detected, log the number of users protected
* Potentially use https://discordpy.readthedocs.io/en/stable/api.html?highlight=count#discord.Guild.member_count
* This number wi…
-
When an error happens anywhere in any code, a message should be sent to an admin channel so that issues can be seen quickly. This should include any errors in code called by the discord bot code. It s…