mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	Upped version to 3.0.6. Slightly updated hangman help string
This commit is contained in:
		@@ -19,7 +19,7 @@ namespace NadekoBot.Services
 | 
			
		||||
        private readonly IBotCredentials _creds;
 | 
			
		||||
        private readonly DateTime _started;
 | 
			
		||||
 | 
			
		||||
        public const string BotVersion = "3.0.5";
 | 
			
		||||
        public const string BotVersion = "3.0.6";
 | 
			
		||||
        public string Author => "Kwoth#2452";
 | 
			
		||||
        public string Library => "Discord.Net";
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1321,11 +1321,11 @@ magicthegathering:
 | 
			
		||||
  args:
 | 
			
		||||
    - "about face"
 | 
			
		||||
hangmanlist:
 | 
			
		||||
  desc: "Shows a list of hangman term types."
 | 
			
		||||
  desc: "Shows a list of hangman question categories."
 | 
			
		||||
  args:
 | 
			
		||||
    - ""
 | 
			
		||||
hangman:
 | 
			
		||||
  desc: "Starts a game of hangman in the channel. Use `{0}hangmanlist` to see a list of available term types. Defaults to 'all'."
 | 
			
		||||
  desc: "Starts a game of hangman in the channel. You can optionally select a category `{0}hangmanlist` to see a list of available categories."
 | 
			
		||||
  args:
 | 
			
		||||
    - ""
 | 
			
		||||
    - "movies"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user