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 20626b2 commit e8883e9Copy full SHA for e8883e9
src/IRCBridge.ts
@@ -62,7 +62,7 @@ export class IRCBridge {
62
}
63
64
public async deriveChannelName(auditorium: Auditorium) {
65
- const name = await auditorium.getName();
+ const name = await auditorium.getSlug();
66
if (!name) {
67
throw Error('Auditorium name is empty');
68
0 commit comments