This repository was archived by the owner on Mar 12, 2025. It is now read-only.
File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -111,13 +111,15 @@ async def on_ready():
111
111
112
112
HOWSIGN_TEMPLATE = """{word_uppercased}
113
113
_Lifeprint_ : {lifeprint}
114
+ _Handspeak_ : {handspeak}
114
115
_YouGlish_: {youglish}
115
116
_Spread The Sign_: <{spread_the_sign}>
116
117
_SigningSavvy_: {signingsavvy}
117
118
"""
118
119
119
120
HOWSIGN_SPOILER_TEMPLATE = """||{word_uppercased}||
120
121
_Lifeprint_ : || {lifeprint} ||
122
+ _Handspeak_ : || {handspeak} ||
121
123
_YouGlish_: || {youglish} ||
122
124
_Spread The Sign_: || <{spread_the_sign}> ||
123
125
_SigningSavvy_: || <{signingsavvy}> ||
@@ -151,6 +153,7 @@ def howsign_impl(word: str):
151
153
"content" : template .format (
152
154
word_uppercased = word .upper (),
153
155
lifeprint = f"https://www.google.com/search?&q=site%3Alifeprint.com+{ quoted_word } " ,
156
+ handspeak = f"https://www.google.com/search?&q=site%3Ahandspeak.com+{ quoted_word } " ,
154
157
signingsavvy = f"https://www.signingsavvy.com/search/{ quoted_word } " ,
155
158
spread_the_sign = f"https://www.spreadthesign.com/en.us/search/?q={ quoted_word } " ,
156
159
youglish = f"https://youglish.com/pronounce/{ quoted_word } /signlanguage/asl" ,
Original file line number Diff line number Diff line change 121
121
'content': '
122
122
TIGER
123
123
_Lifeprint_ : https://www.google.com/search?&q=site%3Alifeprint.com+tiger
124
+ _Handspeak_ : https://www.google.com/search?&q=site%3Ahandspeak.com+tiger
124
125
_YouGlish_: https://youglish.com/pronounce/tiger/signlanguage/asl
125
126
_Spread The Sign_: <https://www.spreadthesign.com/en.us/search/?q=tiger>
126
127
_SigningSavvy_: https://www.signingsavvy.com/search/tiger
133
134
'content': '
134
135
WHAT'S UP
135
136
_Lifeprint_ : https://www.google.com/search?&q=site%3Alifeprint.com+what%27s+up
137
+ _Handspeak_ : https://www.google.com/search?&q=site%3Ahandspeak.com+what%27s+up
136
138
_YouGlish_: https://youglish.com/pronounce/what%27s+up/signlanguage/asl
137
139
_Spread The Sign_: <https://www.spreadthesign.com/en.us/search/?q=what%27s+up>
138
140
_SigningSavvy_: https://www.signingsavvy.com/search/what%27s+up
145
147
'content': '
146
148
||TIGER||
147
149
_Lifeprint_ : || https://www.google.com/search?&q=site%3Alifeprint.com+tiger ||
150
+ _Handspeak_ : || https://www.google.com/search?&q=site%3Ahandspeak.com+tiger ||
148
151
_YouGlish_: || https://youglish.com/pronounce/tiger/signlanguage/asl ||
149
152
_Spread The Sign_: || <https://www.spreadthesign.com/en.us/search/?q=tiger> ||
150
153
_SigningSavvy_: || <https://www.signingsavvy.com/search/tiger> ||
You can’t perform that action at this time.
0 commit comments