mirror of
https://git.klmp200.net/ALFRED/ALFRED.git
synced 2025-01-18 10:36:44 +01:00
Changed line ending
This commit is contained in:
parent
e1d790e3fd
commit
3ea22c1951
@ -2,7 +2,7 @@
|
||||
* @Author: Bartuccio Antoine
|
||||
* @Date: 2018-07-23 15:24:22
|
||||
* @Last Modified by: klmp200
|
||||
* @Last Modified time: 2018-07-25 12:04:44
|
||||
* @Last Modified time: 2018-07-25 14:31:13
|
||||
*/
|
||||
|
||||
package main
|
||||
@ -19,7 +19,7 @@ import (
|
||||
|
||||
func main() {
|
||||
registered_commands := map[string]func(*tb.Message){
|
||||
tb.OnText: commands.OnText,
|
||||
// tb.OnText: commands.OnText,
|
||||
"/hello": commands.Hello,
|
||||
"/sponge": commands.Sponge,
|
||||
"/git": commands.Git,
|
||||
|
Loading…
Reference in New Issue
Block a user