Skip to content

JonathanBout/JovianBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jovian

Jovian is a Discord Bot. That's it! 😆
This bot is currently not used in any Discord server, except my own test server. what it does is reacting to a few commands, like:

  • snippet: Sends a code snippet to print 'Hello World!' in the specified language.
  • poll: Makes a poll with up to 10 options.
  • reconnect: Reconnects the bot.
  • write: Splits the parameters in pairs and writes them to a Database in the form (ID, VALUE)
  • joke: Throws a random joke. This uses a joke API to request jokes. You can specify the amount, but as soon as it takes more than one and a half second, it stops.

The command prefix is a '.', but it is very easy to change that if you want it.

If you build this yourself, create a 'config.json' file in the output directory and add the following items:

{
  "Token": "xxxxxxXXXXXXxxxxxxXXXXXXxxxxxXXXXX",
  "BotOwnerID": "0000000000000000000",
  "ServerGuild": "0000000000000000000",
  "BotChannelGuild": "0000000000000000000"
}

(most of them can be found in Discord, with Developer Options enabled. The token is from the Discord Developer Portal).

About

My first Discord Bot with Discord.NET

Topics

Resources

Stars

Watchers

Forks

Languages