Commit aa9c2fa2 authored by nanahira's avatar nanahira

open method

parent 0b563ec9
......@@ -48,7 +48,7 @@ export class SendTarget {
})
channels: ChannelTarget[];
private getBot(bots: Adapter.BotList) {
getBot(bots: Adapter.BotList) {
if (this.bot) {
return bots.get(this.bot);
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment