mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	docs: Updated changelog, upped version to 5.1.4
fix: Fixed pipeline
This commit is contained in:
		@@ -4,7 +4,7 @@
 | 
			
		||||
        <Nullable>enable</Nullable>
 | 
			
		||||
        <ImplicitUsings>true</ImplicitUsings>
 | 
			
		||||
        <SatelliteResourceLanguages>en</SatelliteResourceLanguages>
 | 
			
		||||
        <Version>5.1.3</Version>
 | 
			
		||||
        <Version>5.1.4</Version>
 | 
			
		||||
 | 
			
		||||
        <!-- Output/build -->
 | 
			
		||||
        <RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
 | 
			
		||||
 
 | 
			
		||||
@@ -30,6 +30,8 @@ greettest:
 | 
			
		||||
  - greettest
 | 
			
		||||
greetdmtest:
 | 
			
		||||
  - greetdmtest
 | 
			
		||||
boosttest:
 | 
			
		||||
  - boosttest
 | 
			
		||||
byetest:
 | 
			
		||||
  - byetest
 | 
			
		||||
boost:
 | 
			
		||||
 
 | 
			
		||||
@@ -112,6 +112,14 @@ greettest:
 | 
			
		||||
  params:
 | 
			
		||||
    - user:
 | 
			
		||||
        desc: "The user to impersonate when sending the greeting, defaulting to yourself if not specified."
 | 
			
		||||
boosttest:
 | 
			
		||||
  desc: Sends the boost message in the current channel as if you just boosted the server. You can optionally specify a different user.
 | 
			
		||||
  ex:
 | 
			
		||||
    - ''
 | 
			
		||||
    - '@SomeoneElse'
 | 
			
		||||
  params:
 | 
			
		||||
    - user:
 | 
			
		||||
        desc: "The user to impersonate when sending the boost message, defaulting to yourself if not specified."
 | 
			
		||||
greetdmtest:
 | 
			
		||||
  desc: Sends the greet direct message to you as if you just joined the server. You can optionally specify a different user.
 | 
			
		||||
  ex:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user