command
module
Version:
v0.0.0-...-e18348e
Opens a new window with list of versions in this module.
Published: Nov 10, 2020
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
go-bot
Packages
Todo:
- Connect
- Connection via Golang's package net
- 100% Cli
- This bot should be 100% configurable in the terminal
- Maybe a JSON to store info:
-
{
"!discord": {
"timeout": 600, // 5 min
"access": 0, // 0 - everyone, 1 - VIP/Sub, 2 - Mod, 3 - Streamer,
"message": "My discord channel invitation link is ..."
},
"!hug{:userTo}": {
"timeout": 120, // 2 min
"access": 0,
"message": "/me $(userFrom) hugged $(userTo)"
},
"!count": {
"timeout": 30, // 30 sec
"access": 1,
"variable": {
"counter": 124
},
"message": "This command have been used $(variable.counter)x times!"
}
}
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
cmd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
services
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.