import discord __all__ = ["urban_dictionary_green"] def urban_dictionary_green() -> discord.Colour: return discord.Colour.from_rgb(220, 255, 0)