Skip to content

Commit

Permalink
style(*): Update leading comments and newlines (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranger-4297 authored Dec 4, 2023
1 parent c2233a6 commit 8e023d4
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Economy/MoneyManagement/add-removeMoney.cc.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{{$errorColor := 0xFF0000}}
{{$prefix := .ServerPrefix }}

{{/* Removes money */}}
{{/* Add, remove money */}}

{{/* Response */}}
{{$embed := sdict}}
Expand Down
2 changes: 1 addition & 1 deletion Economy/MoneyManagement/setbalance.cc.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{{$errorColor := 0xFF0000}}
{{$prefix := .ServerPrefix }}

{{/* Sets balance */}}
{{/* Set balance */}}

{{/* Response */}}
{{$embed := sdict}}
Expand Down
3 changes: 1 addition & 2 deletions Economy/Plugins/Roulette/roulette.cc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{{/*
Made by ranger_4297 (765316548516380732)
Made by ranger_4297 (765316548516380732)
Trigger Type: `Regex`
Trigger: `\A(-|<@!?204255221017214977>\s*)(roulette)(\s+|\z)`
Expand Down
1 change: 0 additions & 1 deletion Economy/Plugins/Timely/timely.cc.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
{{$monthly := 10000}}
{{$prefix := .ServerPrefix}}


{{/* Timely */}}

{{/* Response */}}
Expand Down
3 changes: 2 additions & 1 deletion Economy/Settings-administrative/add-response.cc.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
Repository: https://github.com/Ranger-4297/YAGPDB-ccs
*/}}


{{/* Only edit below if you know what you're doing (: rawr */}}

{{/* Initiates variables */}}
Expand All @@ -17,7 +18,7 @@
{{$errorColor := 0xFF0000}}
{{$prefix := .ServerPrefix}}

{{/* Set */}}
{{/* Add response */}}

{{/* Response */}}
{{$embed := sdict}}
Expand Down
2 changes: 1 addition & 1 deletion Economy/Settings-administrative/reset-user.cc.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{{$errorColor := 0xFF0000}}
{{$prefix := .ServerPrefix }}

{{/* Sets balance */}}
{{/* Reset user */}}

{{/* Response */}}
{{$embed := sdict}}
Expand Down
2 changes: 1 addition & 1 deletion Economy/Settings-administrative/server-set.cc.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{{/* Initiates variables */}}
{{$sC := 0x00ff7b}}

{{/* Configures economy settings */}}
{{/* server set */}}

{{/* Response */}}
{{$msg := sdict}}
Expand Down
3 changes: 2 additions & 1 deletion Economy/Settings-administrative/user-set.cc.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
Repository: https://github.com/Ranger-4297/YAGPDB-ccs
*/}}


{{/* Only edit below if you know what you're doing (: rawr */}}

{{/* Initiates variables */}}
Expand All @@ -17,7 +18,7 @@
{{$errorColor := 0xFF0000}}
{{$prefix := .ServerPrefix}}

{{/* Set */}}
{{/* user Set */}}

{{/* Response */}}
{{$embed := sdict}}
Expand Down
2 changes: 1 addition & 1 deletion Economy/Settings-administrative/viewSettings.cc.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{{$errorColor := 0xFF0000}}
{{$prefix := .ServerPrefix }}

{{/* Configures economy settings */}}
{{/* View settings */}}

{{/* Response */}}
{{$embed := sdict}}
Expand Down
1 change: 1 addition & 0 deletions Economy/Shop/create-item.cc.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
Note: Command is `create-item`/`new-item`. Use your severs default prefix
*/}}


{{/* Only edit below if you know what you're doing (: rawr */}}

{{/* Initiates variables */}}
Expand Down

0 comments on commit 8e023d4

Please sign in to comment.