Skip to content

Commit

Permalink
testing testing testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Creidhne86 committed Jan 18, 2024
1 parent 74b2e6d commit 3ec542d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord_event_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async def on_ready():
event_end = event_start + dt.timedelta(hours=2) # For example, 2 hours after start

# Create event
await guild.create_scheduled_event(name=event_name, description=event_description, start_time=event_start, end_time=event_end)
await guild.create_scheduled_event(name=event_name, description=event_description, start_time=event_start, end_time=event_end,location="Test Location")


await client.close()
Expand Down

0 comments on commit 3ec542d

Please sign in to comment.