我正在试着在网站上显示工具条菜单。然而,它并没有出现。
应用程序代码:
appModule.config([
'$stateProvider', '$urlRouterProvider',
function ($stateProvider, $urlRouterProvider) {
// Default route (overrided below if user has permission)
$urlRouterProvider.otherwise("/home");
$stateProvider.state(&
我正在使用Discord.py,在使用COG创建命令处理程序时,我得到了这个错误。 这是main.py (主机器人文件) # Command Handler: Import cog files.
for file in os.listdir("./cogs"): # lists all the cog files inside the cog folder.
if file.endswith(".py"): # It gets all the cogs that ends with a ".py".
name = fil