paradoxally / Trivia-Swift

An elegant and efficient macOS trivia bot that combines the power of search with the nature of crowd-sourced trivia.
MIT License
4 stars 2 forks source link

Discord Key Question #4

Closed ve6mad closed 6 years ago

ve6mad commented 6 years ago

Good day,

Just a simple question. For the Discord Channels array, what is the format the app expects? Is is "serverID/channelID" or just the "channelID"? Apologies for the stupid question :)

Thanks.

JeffreyBytes commented 6 years ago

Discord channel ID's are unique. You only need to put the channel ID in the Config file.

ve6mad commented 6 years ago

Awesome, thank you for that! Appreciate it.