Python-Utility-Bot
Python-Utility-Bot copied to clipboard
A simple template for building a beautiful discord bot with discord.py.Here I have also implemented the buttons, discord modals and select menus along with slash commands. This project is under progre...
**:heavy_check_mark: NEW VERSION 4.0.0alpha UPDATES** - [x] Made the `blacklist` function working. - [x] Added error handling for `application command`. - [x] Added `interaction checks` so that only the author...
### Problem **Link:** https://github.com/abindent/Nextcord-Utility-Bot/blob/public/bot/cogs/music.py#L1-L540 The code: ``` import nextcord, json, wavelink, os, asyncio, humanfriendly, aiohttp, datetime from nextcord.ext import commands class MessageDelete(nextcord.ui.View): def __init__(self): super().__init__() @nextcord.ui.button(style=nextcord.ButtonStyle.secondary,emoji="") async def on_stop(self, button,...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.8 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.1 to 3.8.5. Release notes Sourced from aiohttp's releases. 3.8.5 Security bugfixes Upgraded the vendored copy of llhttp_ to v8.1.1 -- by :user:webknjaz and :user:Dreamsorcerer. Thanks to...