-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from Jamiesonnc/setup
Update README.md
- Loading branch information
Showing
1 changed file
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,33 @@ | ||
# HavocBot | ||
Title: Havoc Bot <br /> | ||
Author: Neal Jamieson<br /> | ||
Version: 0.3.0.0<br /> | ||
<br /> | ||
Description:<br /> | ||
A discord bot aimed at combining the functions of serveral other bots into one<br /> | ||
currently the bot handles the functionality of: <br /> | ||
-scheduling and announcing events.<br /> | ||
-Retrieving and storing FFXIV character data | ||
This program uses xml to store its data with the exception of the log which is stored as a text file.<br /> | ||
This bot does not currently support multiple guilds.<br /> | ||
<br /> | ||
Dependencies:<br /> | ||
botEvents.cs<br /> | ||
CommandHandler.cs<br /> | ||
globals.cs<br /> | ||
HavocBot.cs<br /> | ||
InfoModule.cs<br /> | ||
Program.cs<br /> | ||
<br /> | ||
Data Files:<br /> | ||
commandData.xml<br /> | ||
botLog.txt<br /> | ||
<br /> | ||
Dependent on:<br /> | ||
xml.linq library<br /> | ||
Discord.net<br /> | ||
<br /> | ||
References:<br /> | ||
xml.linq: https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/linq/<br /> | ||
xml: https://www.w3schools.com/xml/xml_elements.asp<br /> | ||
This code is adapted from the instructions and samples provided by the Discord.net Documentation found at:<br /> | ||
https://docs.stillu.cc/guides/introduction/intro.html<br /> |