We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcc7a2 commit ad4a9aaCopy full SHA for ad4a9aa
src/IRCBridge.ts
@@ -56,7 +56,7 @@ export class IRCBridge {
56
}
57
58
public async deriveChannelName(auditorium: Auditorium) {
59
- const name = await auditorium.getName();
+ const name = await auditorium.getSlug();
60
if (!name) {
61
throw Error('Auditorium name is empty');
62
0 commit comments