mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 01:42:30 -05:00
Privatize APIs by renaming or removing them from __all__ (#6021)
This commit is contained in:
@@ -2,6 +2,8 @@ import discord
|
||||
|
||||
import random
|
||||
|
||||
__all__ = ("randomize_colour", "randomize_color")
|
||||
|
||||
|
||||
def randomize_colour(embed: discord.Embed) -> discord.Embed:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user