You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: position5/cogs/__init__.py
+75-75Lines changed: 75 additions & 75 deletions
Original file line number
Diff line number
Diff line change
@@ -1,108 +1,108 @@
1
-
'''
1
+
"""
2
2
This file contains all constants to be used by cogs
3
-
'''
3
+
"""
4
4
importlogging
5
5
importfunctools
6
6
fromdiscord.ext.commandsimportContext
7
7
8
8
9
-
log=logging.getLogger('position5')
9
+
log=logging.getLogger("position5")
10
10
11
11
12
-
EMOTES_PATH='assets/emotes/'
13
-
PIC_PATH='assets/pic/'
12
+
EMOTES_PATH="assets/emotes/"
13
+
PIC_PATH="assets/pic/"
14
14
15
-
DISCLAIMER='''
15
+
DISCLAIMER="""
16
16
I am NOT a SEBI registered advisor or a financial adviser.
17
17
18
18
Any post associated with this IP is satire and should be treated as such. At no point has anyone associated with this IP ever condoned, encouraged, committed or abated acts of violence or threats of violence against any persons, regardless of racial, ethnic, religious or cultural background.
19
19
20
20
In case of an investigation by any federal entity or similar, I do not have any involvement with this group or with the people in it, I do not know how I am here, probably added by a third party, I do not support any actions by the member of this group.
21
21
22
22
Any of my investment or trades I share here are provided for educational purposes only and do not constitute specific financial, trading or investment advice. The statements are intended to provide educational information only and do not attempt to give you advice that relates to your specific circumstances. You should discuss your specific requirements and situation with a qualified financial adviser. I do share details and numbers available in the public domain for any company or on the websites of NSE, BSE, YahooFinance and TradingView.
0 commit comments