Commit 4a5d670 1 parent ca35cfc commit 4a5d670 Copy full SHA for 4a5d670
File tree 4 files changed +18
-21
lines changed
4 files changed +18
-21
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
description : UWA CSDS Discord Bot
3
3
name : citsbot
4
- version : 1.16.3
4
+ version : 1.16.4
Original file line number Diff line number Diff line change 24
24
apiVersion : v1
25
25
kind : Secret
26
26
metadata :
27
- name : citsbot.config
27
+ name : local- citsbot.config
28
28
type : Opaque
29
29
data :
30
30
token : {{ .Values.localSecrets.token | b64enc }}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ localSecrets:
5
5
imgurClientId : placeholder
6
6
7
7
instances :
8
- - name : uwacsds
8
+ - name : local
9
9
secrets : []
10
10
botConfig :
11
11
prefix : " !"
@@ -28,12 +28,11 @@ instances:
28
28
cowsay :
29
29
lineMaxLen : 40
30
30
cowArt : |
31
-
32
- \ ^__^
33
- \ (oo)\_______
34
- (__)\ )\/\
35
- ||----w |
36
- || ||
31
+ \ ^__^
32
+ \ (oo)\_______
33
+ (__)\ )\/\
34
+ ||----w |
35
+ || ||
37
36
welcomer :
38
37
channel : ' 702939230996922382'
39
38
newMemberDm :
Original file line number Diff line number Diff line change @@ -20,12 +20,11 @@ instances:
20
20
cowsay :
21
21
lineMaxLen : 40
22
22
cowArt : |
23
-
24
- \ ^__^
25
- \ (oo)\_______
26
- (__)\ )\/\
27
- ||----w |
28
- || ||
23
+ \ ^__^
24
+ \ (oo)\_______
25
+ (__)\ )\/\
26
+ ||----w |
27
+ || ||
29
28
reactRoles :
30
29
messages :
31
30
- id : ' 952093570880405534'
@@ -307,12 +306,11 @@ instances:
307
306
cowsay :
308
307
lineMaxLen : 40
309
308
cowArt : |
310
-
311
- \ ^__^
312
- \ (oo)\_______
313
- (__)\ )\/\
314
- ||----w |
315
- || ||
309
+ \ ^__^
310
+ \ (oo)\_______
311
+ (__)\ )\/\
312
+ ||----w |
313
+ || ||
316
314
welcomer :
317
315
channel : ' 690144646344736853'
318
316
newMemberDm :
You can’t perform that action at this time.
0 commit comments