From f64d562c5edd8dbf4f42c8125f034535d708684f Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Tue, 28 Dec 2021 02:12:41 -0500 Subject: [PATCH] Update: Updated activity with current frequency --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 3b1ef15..1d7d973 100644 --- a/bot.py +++ b/bot.py @@ -73,7 +73,7 @@ class Bot(commands.Bot): self.start_sdr() await self.change_presence(activity=discord.Activity(type=discord.ActivityType.listening, - name="the airwaves"), + name=f"{self.freq[:-1]} {str(self.mode).capitalize()}"), status=discord.Status.online) else: await ctx.send("Opus won't load")