diff --git a/riftgun/cog.py b/riftgun/cog.py index 12eeec1..a2c71e9 100644 --- a/riftgun/cog.py +++ b/riftgun/cog.py @@ -262,7 +262,7 @@ async def channels(self, ctx: commands.Context, use_IDs: Optional[bool] = False, types = { discord.CategoryChannel: "\\ ", discord.TextChannel: "#", - discord.VoiceChannel: "\U0001f508" + discord.VoiceChannel: "\U0001f50a" } p = commands.Paginator(max_size=2048) for category, channels in guild.by_category():