Skip to content

Commit

Permalink
remove bug in default greeting
Browse files Browse the repository at this point in the history
  • Loading branch information
vcwild committed Jun 19, 2021
1 parent c777d60 commit 8a74049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitch_bot/cogs/command_cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async def event_ready(self):
chatters=await self.get_chatters(channel)
)

await self.get_channel(self.channels[0]).send(os.environ['DEFAULT_GREETING'])
await self.get_channel(self.channels[0]).send(os.environ['MSG_DEFAULT_GREETING'])
print(f'{self.nick} is ready!')

async def event_message(self, message):
Expand Down

0 comments on commit 8a74049

Please sign in to comment.