Discord Components & Role Selection (#5)
This commit is contained in:
6
common/chat_sync.go
Normal file
6
common/chat_sync.go
Normal file
@ -0,0 +1,6 @@
|
||||
package common
|
||||
|
||||
type ChatSyncModule interface {
|
||||
SendMessage(user string, message string)
|
||||
RecieveMessage(user User, message string)
|
||||
}
|
Reference in New Issue
Block a user