项目作者: gponimansky

项目描述 :
An experimental AI chatbot for Discord.
高级语言: C#
项目地址: git://github.com/gponimansky/expert-loop.git
创建时间: 2017-12-28T02:17:14Z
项目社区:https://github.com/gponimansky/expert-loop

开源协议:GNU General Public License v3.0

下载


Discord Bot

Codacy Badge
license

Experimental AI coding

Information

These are the commands you can use…

Tool Module
!help
Description: Shows a list of avaliable commands.

!help
Parameters: A given command.
Description: Shows what a specific command does.

!clear
Parameters: Number of messages to delete.
Description: Clears the chat by deleting the amount of messages specified.

Info Module
!profile
Parameters: Avatar.
Description: Returns profile information.

!bot
Description: Returns information about the bot.

!server
Description: Returns information about the current server.

Fun Module
!say
Aliases: say, repeat
Parameters: The text to echo.
Description: Echos a message.

!flipcoin
Aliases: flipcoin, f, flip, coin
Description: Flips a coin, returning heads or tails.

!rolldie
Aliases: die, roll, rolldie, dice, rolldice
Parameters: Max/Min value to roll, Min/Max value to roll.
Description: Rolls a dice, returning a number between the two numbers given.

!8ball
Parameters: Given question.
Description: Gives a prediction.

!dog
Aliases: doge
Description: Fetches dog.

Game Module
!game start
Parameters: Opponent.
Description: Checks if there is a game currently playing, (if not) starts a game with the opponent.

!game damage
Aliases: attack, hit
Description: Checks whose turn it is, (if it is the user’s turn) damage the opponent.

!game end
Aliases: surrender
Description: Checks if the user is enrolled in the game, (if the user is) end game.