FIx: Trim whitespace around generated bot name
This commit is contained in:
parent
9c3362c464
commit
e626c4d3de
@ -207,7 +207,7 @@ export class BotGenerator
|
|||||||
name += ` ${botRole}`;
|
name += ` ${botRole}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
return name;
|
return name.trim();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user