diff --git a/tempvoice.py b/tempvoice.py index 84a4c6c..8e20b41 100644 --- a/tempvoice.py +++ b/tempvoice.py @@ -57,6 +57,9 @@ class TempVoice(commands.Cog): name = name.strip(" .") if not name: name = "user-{}".format(fallback_id) + + # Prefix generated channel names for clearer voice-channel context. + name = "🔊 {}".format(name) return name[:32] @staticmethod