mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-22 16:32:59 +00:00
Reformat entire project with ruff instead of black
This commit is contained in:
@@ -4,10 +4,10 @@ import discord
|
||||
from discord.ext import commands
|
||||
import random
|
||||
|
||||
description = '''An example bot to showcase the discord.ext.commands extension
|
||||
description = """An example bot to showcase the discord.ext.commands extension
|
||||
module.
|
||||
|
||||
There are a number of utility commands being showcased here.'''
|
||||
There are a number of utility commands being showcased here."""
|
||||
|
||||
intents = discord.Intents.default()
|
||||
intents.members = True
|
||||
|
Reference in New Issue
Block a user