Skip to content

Commit 5c28ce9

Browse files
committed
fix: typo
1 parent 5e35253 commit 5c28ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/welcome_screen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ async def edit(self, **options):
191191

192192
for channel in welcome_channels:
193193
if not isinstance(channel, WelcomeScreenChannel):
194-
raise InvalidArgument('welcome_channels parameter must be a list of WelcomeChannel.')
194+
raise InvalidArgument('welcome_channels parameter must be a list of WelcomeScreenChannel.')
195195

196196
welcome_channels_data.append(channel.to_dict())
197197

0 commit comments

Comments
 (0)