add !execute and !blaster aliases, load channelname from environment vars, cleanup api selection timeoutHelper

This commit is contained in:
2025-04-03 10:22:45 +02:00
parent 72ae1a634e
commit ad881657c1
6 changed files with 36 additions and 19 deletions

View File

@@ -8,4 +8,6 @@ import getloot from "./getloot";
import modme from "./modme";
import use from "./use";
export default [timeout, thank, give, inventory, stats, mbucks, getloot, modme, use]
import aliases from './itemAliases'
export default [timeout, thank, give, inventory, stats, mbucks, getloot, modme, use, ...aliases]